feat: Add past sponsors and speakers, popup for early bird registration#39
Merged
theamankumarsingh merged 17 commits intomainfrom Feb 27, 2026
Merged
feat: Add past sponsors and speakers, popup for early bird registration#39theamankumarsingh merged 17 commits intomainfrom
theamankumarsingh merged 17 commits intomainfrom
Conversation
Feat: Background animation has been added (scroll motion for stars)
feat: Enhance EarlyBirdPopup with sparkle effects and improved layout
Past speaker and popup on load
There was a problem hiding this comment.
Pull request overview
This pull request adds three major features to the InCTF 2026 landing page: an animated parallax starfield background, a past sponsors marquee section, a past speakers showcase, and an early bird registration popup. The changes refactor the existing static starfield into a reusable component with scroll-based parallax effects and introduce new sections displaying historical event information.
Changes:
- Extracted and enhanced starfield background into a standalone component with parallax scrolling effects
- Added automated marquee display of 11 past sponsors with hover interactions
- Created scrollable showcase of 9 past speakers with animated cards
- Implemented auto-displaying early bird registration popup with 10-second timer and social media links
Reviewed changes
Copilot reviewed 8 out of 38 changed files in this pull request and generated 19 comments.
Show a summary per file
| File | Description |
|---|---|
| src/components/shared/StarfieldBackground.tsx | New component implementing parallax scrolling starfield with dynamic pattern repetition based on document height |
| src/components/landing/PastSponsorsMarquee.tsx | Infinite scrolling marquee component displaying past sponsor logos with gradient fade edges |
| src/components/landing/PastSpeakers.tsx | Horizontal scrollable gallery of past speaker cards with profile images, names, titles, and companies |
| src/components/landing/EarlyBirdPopup.tsx | Modal popup for early bird registration promotion with auto-close timer and social media links |
| src/components/landing/Header.tsx | Updated button layout from flexbox to grid and integrated early bird popup trigger |
| src/components/shared/ThemeWrapper.tsx | Removed inline starfield code in favor of StarfieldBackground component |
| pages/index.tsx | Integrated new components into landing page flow and adjusted z-index hierarchy |
| .env.local | Deleted environment configuration file (should not be in version control) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.